diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-06-07 16:33:38 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-06-07 16:33:38 +0900 |
| commit | aa7beb9d88ece969103b86063cd7559fb293b6c2 (patch) | |
| tree | 7bcd4a119182162dd0be64ee2f2e26c34a9c0a80 /config/waybar/style/[Wallust] Chroma Fusion.css | |
| parent | 25259738a8159702c011bae694f5ee728db10249 (diff) | |
Waybar CSS styles clean up
Added Kill active window
Diffstat (limited to 'config/waybar/style/[Wallust] Chroma Fusion.css')
| -rw-r--r-- | config/waybar/style/[Wallust] Chroma Fusion.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/waybar/style/[Wallust] Chroma Fusion.css b/config/waybar/style/[Wallust] Chroma Fusion.css index 4275fbac..cb1abdf3 100644 --- a/config/waybar/style/[Wallust] Chroma Fusion.css +++ b/config/waybar/style/[Wallust] Chroma Fusion.css @@ -39,10 +39,11 @@ window#waybar { border-top-right-radius: 20px; } -window#waybar.empty #window { +window#waybar.empty, +window#waybar.empty #window { background-color: transparent; + padding: 0px; border: 0px; - } tooltip { @@ -185,20 +186,19 @@ tooltip { border-radius: 15px; border:0px; color: @color13; - padding-left: 4px; - padding-right: 4px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); opacity:0.8; } -#workspaces button.active, -#workspaces button.visible { +#workspaces button.active { color: #FFFFFF; background: @button-color; border-radius: 15px; - padding-left: 8px; - padding-right: 8px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); opacity:1.0; |
